Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:01:36 UTC
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x562cff8c3d50>), :
cannot open the connection
Downloading 1 requests, up to 36 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:01:51 UTC
Downloading 1 requests, up to 64 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:01:59 UTC
Downloading 1 requests, up to 31 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:02:07 UTC
Downloading 1 requests, up to 44 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:02:14 UTC
Downloading 1 requests, up to 392 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:02:20 UTC
Downloading 1 requests, up to 16 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:02:26 UTC
Downloading 1 requests, up to 27 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:02:32 UTC
Downloading 1 requests, up to 162 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:02:37 UTC
Downloading 1 requests, up to 28 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:02:43 UTC
Downloading 1 requests, up to 420 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:02:49 UTC
Downloading 1 requests, up to 10 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:02:55 UTC
Downloading 1 requests, up to 47 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:03:02 UTC
Downloading 1 requests, up to 123 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:03:08 UTC
Downloading 1 requests, up to 40 time slices each
Fetching request 1 of 1 (2025-08-06 to 2025-08-07) ~ 00:03:14 UTC
Warning: There was 1 warning in `mutate()`.
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacrwsstDaily.csvp?longitude': The requested URL returned error: 503
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()